projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2002162
)
(auto-insert-mode): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 30 Mar 1999 21:27:34 +0000
(21:27 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 30 Mar 1999 21:27:34 +0000
(21:27 +0000)
lisp/autoinsert.el
patch
|
blob
|
history
diff --git
a/lisp/autoinsert.el
b/lisp/autoinsert.el
index f467503650184d47a6791c09c518d910495ecfcc..d88a344641f633b8fded07bb1f9d0e21a0b248c4 100644
(file)
--- a/
lisp/autoinsert.el
+++ b/
lisp/autoinsert.el
@@
-59,7
+59,8
@@
(defcustom auto-insert-mode nil
"Toggle auto-insert-mode.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `auto-insert-mode'.
:set (lambda (symbol value)
(auto-insert-mode (or value 0)))
:initialize 'custom-initialize-default